home *** CD-ROM | disk | FTP | other *** search
/ Gambler 19 / GAMBLERCD19.BIN / UTILS / RIVA128 / Uzytki / PowerStrip v2.17 / PSTRIPNT.INF < prev    next >
Windows Setup INFormation  |  1998-04-12  |  2KB  |  95 lines

  1. ; INF file for PowerStrip/NT
  2. ; Copyright 1997-98, EnTech Taiwan
  3. ; Right-click this file from the Windows Explorer and select "Install"
  4. ; or simply run the Setup program (if included)
  5.  
  6. [DefaultInstall]
  7. CopyFiles=PS.Copy.Win, PS.Copy.Inf, PS.Copy.Drv
  8. UpdateInis=PS.Links
  9. AddReg=PS.Reg
  10. Uninstall=PS.Remove
  11.  
  12. [SoftwareInstall]
  13. CopyFiles=PS.Copy.Win, PS.Copy.Inf, PS.Copy.Drv
  14. UpdateInis=PS.Links
  15. AddReg=PS.Reg
  16. Uninstall=PS.Remove
  17.  
  18. [PS.Remove]
  19. DelFiles=PS.Copy.Win, PS.Copy.Inf, PS.Copy.Drv, PS.Copy.Ini
  20. DelReg=PS.Reg.Remove
  21. UpdateInis=PS.Links.Remove
  22.  
  23. [version]
  24. signature="$CHICAGO$"
  25.  
  26. [DestinationDirs]
  27. PS.Copy.Win=25
  28. PS.Copy.Inf=17
  29. PS.Copy.Drv=12
  30. PS.Copy.Ini=25
  31.  
  32. [PS.Copy.Win]
  33. PSTRIP.EXE
  34. PSTRIP.DLL
  35. PSTRIP.DAT
  36. PSTRIP.TXT
  37. PSTRIP.CFG
  38. PSTRIP.DOC
  39.  
  40. [PS.Copy.Drv]
  41. PSTRIP.SYS
  42.  
  43. [PS.Copy.Inf]
  44. PSTRIPNT.INF
  45.  
  46. [PS.Copy.Ini]
  47. PSTRIP.INI
  48. PSTRIP.CNF
  49. PSLITE.EXE
  50.  
  51. [SourceDisksNames]
  52. 98="PowerStrip Disk",,
  53.  
  54. [SourceDisksFiles]
  55. PSTRIP.EXE=98
  56. PSTRIP.DLL=98
  57. PSTRIP.TXT=98
  58. PSTRIP.DAT=98
  59. PSTRIP.SYS=98
  60. PSTRIP.CFG=98
  61. PSTRIP.DOC=98
  62. PSTRIPNT.INF=98
  63.  
  64. [Strings]
  65. PSPROG="PowerStrip"
  66. PSPROG_LOCN="PowerStrip"
  67. PS_DESC="PowerStrip"
  68. PS_READDOCS="Online Documentation"
  69. PS_READDESC="Release Notes"
  70. PS_REMOVE_DESC="PowerStrip (remove only)"
  71. PS_SHORTDESC="PowerStrip"
  72.  
  73. [PS.Links]
  74. setup.ini, progman.groups,,"group55=%PSPROG_LOCN%"
  75. setup.ini, group55,,"""%PS_DESC%"", ""%25%\PSTRIP.exe"",,,,,%PS_SHORTDESC%"
  76. setup.ini, group55,,"""%PS_READDOCS%"", ""%25%\PSTRIP.doc"",,,,,%PS_READDOCS%"
  77. setup.ini, group55,,"""%PS_READDESC%"", ""%25%\PSTRIP.txt"",,,,,%PS_READDESC%"
  78.  
  79. [PS.Links.Remove]
  80. setup.ini, progman.groups,,"group55=%PSPROG_LOCN%"
  81. setup.ini, group55,,"""%PS_DESC%""
  82. setup.ini, group55,,"""%PS_READDOCS%""
  83. setup.ini, group55,,"""%PS_READDESC%""
  84.  
  85. [PS.Reg]
  86. ;Un-comment the next line if you want the PowerStrip to load automatically
  87. ;HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PowerStrip,,"%25%\pstrip.exe"
  88. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PowerStrip,DisplayName,,"%PS_REMOVE_DESC%"
  89. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PowerStrip,UninstallString,,"RunDll32 setupapi.dll,InstallHinfSection PS.Remove 4 PSTRIPNT.inf"
  90.  
  91. [PS.Reg.Remove]
  92. HKLM,System\CurrentControlSet\Services\PStrip
  93. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PowerStrip,,,
  94. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PowerStrip
  95.